projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a1e418e
)
Quiet the bitmask test
author
Matthias Clasen
<mclasen@redhat.com>
Tue, 12 May 2015 11:40:47 +0000
(07:40 -0400)
committer
Matthias Clasen
<mclasen@redhat.com>
Tue, 12 May 2015 11:40:47 +0000
(07:40 -0400)
Don't spew so many 0s and 1s.
testsuite/gtk/bitmask.c
patch
|
blob
|
history
diff --git
a/testsuite/gtk/bitmask.c
b/testsuite/gtk/bitmask.c
index b457c08fd8ed3c939d8d8d7e228b1853db448340..9385ecff93c6b078098a83b805fa2d0e8080349f 100644
(file)
--- a/
testsuite/gtk/bitmask.c
+++ b/
testsuite/gtk/bitmask.c
@@
-316,7
+316,7
@@
test_subtract_hardcoded (void)
left_str++;
}
- g_
print
("%s - %s\n", _gtk_bitmask_to_string (left), _gtk_bitmask_to_string (right));
+ g_
test_message
("%s - %s\n", _gtk_bitmask_to_string (left), _gtk_bitmask_to_string (right));
subtracted = _gtk_bitmask_subtract (_gtk_bitmask_copy (left), right);
assert_cmpmasks (subtracted, expected);